home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 959 b | 42 lines | [TEXT/MPS ] |
- {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
- { UMemory.p }
- { Copyright © 1984-1990 Apple Computer, Inc. All rights reserved. }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := FALSE}
- {$ENDC}
-
- UNIT UMemory;
-
- INTERFACE
-
- USES
- {$SETC __UMemory__ := TRUE}
- { • MacApp }
- {$U $$Shell(MAPInterfaces)UMacAppUtilities} UMacAppUtilities,
- {$U $$Shell(MAPInterfaces)UFailure} UFailure,
-
- { • Required for this unit's interface }
- Memory,
-
- { • Implementation use }
- {$U $$Shell(MAPInterfaces)UPatch} UPatch,
- {$U $$Shell(MAPInterfaces)ULoMem} ULoMem,
- {$U $$Shell(MAPInterfaces)UDebug} UDebug,
-
- ToolUtils, Resources, Packages, Traps, Errors;
-
- {$SETC __UMemory__ := FALSE}
- { • Include the public interface }
- {$SETC _UMemoryIncludes := UsingIncludes}
- {$SETC UsingIncludes := TRUE}
- {$I+}
- {$I $$Shell(MAPInterfaces)UMemory.p}
- {$SETC UsingIncludes := _UMemoryIncludes}
-
- IMPLEMENTATION
-
- {$I UMemory.inc1.p}
-
- END.
-